The newly created file contains a skeleton for a class called Guest.
A class stores information in its instance variables (also referred to as data members). Here you're declaring three instance variables for Guest: name, email, and comments. Note that these declarations are the same as those that appeared in the code for Main.java when you added the three variables using WebObjects Builder. In WebObjects, a component is also a class, specifically a subclass of the class next.wo.Component (called WOComponent in WebScript or Objective-C).
Saving the file lets WebObjects Builder know about your newly created Guest class.
Table of Contents
Next Section